home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
misc
/
FlexCat.lha
/
Lib
/
C_h.sd
< prev
next >
Wrap
Text File
|
1995-05-10
|
733b
|
42 lines
##stringtype C
##shortstrings
/****************************************************************
This file was created automatically by `%fv'
from "%f0".
Do NOT edit by hand!
****************************************************************/
#ifndef %b_CAT_H
#define %b_CAT_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
/*
** Prototypes
*/
#if !defined(__GNUC__) && !defined(__SASC) && !defined(_DCC)
extern VOID Open%bCatalog(VOID);
extern VOID Close%bCatalog(VOID);
#endif
#ifdef LOCALIZE_V20
extern void Init%bCatalog(STRPTR);
#endif
struct FC_String {
const UBYTE *msg;
LONG id;
};
extern struct FC_String %b_Strings[%n];
#define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
#endif